home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 253 b | 10 lines |
- OTHER_GARBAGE = display.h lisp.el lisp.elc
-
- ELISP_SOURCES = lisp/eterm-mouse.el lisp/eterm-low.el lisp/eterm-fns.el
-
- lisp.el: $(ELISP_SOURCES)
- cat $(ELISP_SOURCES) > lisp.el
-
- lisp.elc: lisp.el
- emacs -batch -q -f batch-byte-compile lisp.el > /dev/null
-